home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 November / PSL Monthly Shareware CD-ROM (November 1993).iso / pastnews / find.bat < prev    next >
DOS Batch File  |  1993-08-27  |  856b  |  25 lines

  1. echo off
  2. cls
  3. echo  
  4. echo To search past PsL News files for a program or other text, enter:
  5. echo   FGREP "[text]" [filespec1] [filespec2]
  6. echo  
  7. echo For example, to search all files for astronomy programs, you could enter:
  8. echo   FGREP "astronomy" *.*
  9. echo  
  10. echo Or to look for shareware author Joe Smith, you would enter:
  11. echo   FGREP "Joe Smith" *.*
  12. echo  
  13. echo To look for author Joe Smith for just 9/93, enter:
  14. echo   FGREP "joe smith" NEWS9309.*
  15. echo  
  16. echo To seacrh just the Windows files for an astronomy program:
  17. echo   FGREP "astronomy" *.W?
  18. echo  
  19. echo To look through all files for a particular category for all months -
  20. echo   (for example: to search the Home and Business sections for "amort"):
  21. echo   FGREP "amort" *.HOM *.BIZ
  22. echo  
  23. echo Type \VIEW FGREP.DOC for more info about using Chris Dunford's FGREP.
  24. echo  
  25.